Watchdog timer - traduzione in spagnolo
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Watchdog timer - traduzione in spagnolo

ELECTRONIC TIMER USED TO DETECT AND RECOVER FROM COMPUTER MALFUNCTIONS
Watchdog Timer; Watch dog timer; Computer Operating Properly; Watchdog card; Watchdog Card; Recovery Card; Recovery card; Watchdog (computing)
  • Watchdog timers are essential in remote, automated systems such as this [[Mars Exploration Rover]]
  • alt=Block diagram of a simple, single-stage watchdog timer. The common clock is characteristic of basic watchdog microcontrollers.
  • alt=A three-stage electronic watchdog timer.
  • alt=Two-stage watchdog timer
  • Some watchdog timers only allow kicks during a time window. Kicks occurring outside the window have no effect on the timer and may be treated as faults.
  • name=fn1}}) signal from the computer; another pin outputs the timeout signal.
  • Screenshot of <code>[[wdctl]]</code>, a program that shows watchdog status

Watchdog timer         
Temporizador de guarda
egg timer         
  • Mechanical clockwork egg/kitchen timer
  • Clockwork mechanism of a mechanical egg timer
USED AS AN AID IN CUISINE TO DETERMINE READINESS OF COOKED EGGS
Eggtimer; Memopark timer; Memo Park Timer; Cooking timer; Draft:Redirect to "egg timer" because that page exists; Kitchen timer
Cronómetro para huevos
watchdog         
WIKIMEDIA DISAMBIGUATION PAGE
Watch dog; Watch-dog; The Watchdogs; Watchdogs; Watch Dog; Watchdog (disambiguation)
(n.) = defensor de los intereses del ciudadano, organismo de control, mecanismo de control
Ex: It has earned a reputation as a watchdog and consumers union in the medical equipment industry with its international problem reporting network, published in HEALTH DEVICES ALERTS (HDA) on DIALOG.

Definizione

egg timer
also egg-timer (egg timers)
An egg timer is a device that measures the time needed to boil an egg.
N-COUNT

Wikipedia

Watchdog timer

A watchdog timer (sometimes called a computer operating properly or COP timer, or simply a watchdog) is an electronic or software timer that is used to detect and recover from computer malfunctions. Watchdog timers are widely used in computers to facilitate automatic correction of temporary hardware faults, and to prevent errant or malevolent software from disrupting system operation.

During normal operation, the computer regularly restarts the watchdog timer to prevent it from elapsing, or "timing out". If, due to a hardware fault or program error, the computer fails to restart the watchdog, the timer will elapse and generate a timeout signal. The timeout signal is used to initiate corrective actions. The corrective actions typically include placing the computer and associated hardware in a safe state and invoking a computer reboot.

Microcontrollers often include an integrated, on-chip watchdog. In other computers the watchdog may reside in a nearby chip that connects directly to the CPU, or it may be located on an external expansion card in the computer's chassis.